############################################################################### # # File: .\USER\R&S_HEX.PAC # Date: 06/14/93 # From: ROHDE & SCHWARZ # # # This is an example of a protocol definition file for a customized # display of protocol information on the AES/EBU interface. # # Each line starts with a keyword, followed by the X coordinate, a # semicolon, the Y coordinate, a semicolon and the parameter section. # # Comment lines are allowed anywhere and start with '#', case is not # significant. # ############################################################################## # # This file implements an all hexadecimal display # # ³ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄij # ³Byte: ======= HEX ======= ³ # ³ ³ # ³0-3: 23 94 CA AF ³ # ³4-7: 00 00 00 00 ³ # ³8-11: 00 00 00 00 ³ # ³12-15: 00 00 00 00 ³ # ³16-19: 00 00 00 00 ³ # ³20-23: 00 00 00 00 ³ # ³ ³ # ³measured sample rate: 48001.2 ³ # ³ ³ # ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ # PRINT 1, 1, "Byte: ======= HEX =======" PRINT 1, 3, "0-3:" VALUE 10, 3, BIT:0-7 VALUE 19, 3, BIT:8-15 VALUE 28, 3, BIT:16-23 VALUE 37, 3, BIT:24-31 PRINT 1, 4, "4-7:" VALUE 10, 4, BIT:32-39 VALUE 19, 4, BIT:40-47 VALUE 28, 4, BIT:48-55 VALUE 37, 4, BIT:56-63 PRINT 1, 5, "8-11:" VALUE 10, 5, BIT:64-71 VALUE 19, 5, BIT:72-79 VALUE 28, 5, BIT:80-87 VALUE 37, 5, BIT:88-95 PRINT 1, 6, "12-15:" VALUE 10, 6, BIT:96-103 VALUE 19, 6, BIT:104-111 VALUE 28, 6, BIT:112-119 VALUE 37, 6, BIT:120-127 PRINT 1, 7, "16-19:" VALUE 10, 7, BIT:128-135 VALUE 19, 7, BIT:136-143 VALUE 28, 7, BIT:144-151 VALUE 37, 7, BIT:152-159 PRINT 1, 8, "20-23:" VALUE 10, 8, BIT:160-167 VALUE 19, 8, BIT:168-175 VALUE 28, 8, BIT:176-183 VALUE 37, 8, BIT:184-191 PRINT 1, 12, "measured sample rate:" VALUE 23,12, MEASURED_RATE PRINT 1, 13, "set sample rate:" VALUE 23,13, SET_RATE